Skip to main content
Glama

MCP TabNews Integration

get content

Retrieve specific content from TabNews API by providing a username and slug, enabling efficient integration and data fetching for use in applications or workflows.

Instructions

get content from tabnews api

Input Schema

NameRequiredDescriptionDefault
slugYesThe slug to get the content
usernameYesThe username to get the content

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "slug": { "description": "The slug to get the content", "type": "string" }, "username": { "description": "The username to get the content", "type": "string" } }, "required": [ "username", "slug" ], "type": "object" }
Install Server

Other Tools from MCP TabNews Integration

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/renant/mcp-tabnews'

If you have feedback or need assistance with the MCP directory API, please join our Discord server